More Pages: Commerce Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100


Cookies, juice and money
This book is the bible of research and information on blood
epic yet concise

The ultimate guidebook for affiliate managersA real Godsend!
This is a definite MUST HAVE for any web site merchant!
Must-Have Manual for Success in Affiliate Marketing!I have been setting up affiliate programs for years and in "Successful Affiliate Marketing for Merchants, I discovered great new resources and recommendations for maximizing affiliate programs that I can't wait to try!
Shawn Collins is my guru in Affiliate Marketing. Everything I know about this field I learned by reading his online editorials and articles--now all his expertise and insight is gathered together in one, completely up-to-date, easy to read book.


Excellent IntroductionThis book will appeal to those who prefer the visualisation of models and concepts alongside in depth examples, and the format will be particularly liked by those whom have followed an MBA degree or similar training.
The book is a step-by-step manual as well as a very detailed review of the changes we can expect to see in the future within the world of clicks and mortar.
Highly Recommended!
Excellent book, a must for any marketing bookself

A good look at customer service on the Net.
A good starting point
It's Customer Service, Jim, but not as we know it...In the real world, you can pay lip service to customer service and the resultant damage is hidden in the anonymous attrition of customers wandering away to the competition with a sigh and a shake of the head.
The Internet, however, is a ruthless amplifier of weakness in business process. Answer a snail mail letter from a customer within two weeks and they might be satisfied. Fail to answer the email the same customer sends you from your website within four hours and they're already fuming at you for your disinterest in them. As all those surveys about customer dis-satisfaction with websites relentlessly show, it's about service, stupid.
Before going further, I have to declare a bias here: I first became a fan of Jim Sterne when I saw him give a talk in which he illustrated how to use interactivity and personalisation to achieve web 'stickiness'. Sterne chose the unlikely-sounding Clairol site - the hair and beauty products company. It allows you to post a digital photo of yourself on the site and then try on several different hairstyles.
The hairstyles come in the form of 'virtual wigs' that you stick on your digital head. Sterne had tested the site and showed his audience the result, throwing up a slide of himself, bearded, tie-and-jacket-wearing, grinning defiantly from underneath a long blonde wig. It took several minutes for the audience to recover.
Sterne's wit and his relentless honesty are a powerful combination and come through in this book as much as in person, to make this an entertaining as well as informative read. Honesty? Too many Internet authors revel in complexity. Sterne de-mystifies and de-bunks, using an intentionally naïve-looking approach.
For example, in the book he asks a couple of experts to explain what the modish CRM (Customer Relationship Management) is all about, allowing the differences in their answers, which he produces verbatim, to show that the software industry is all over the place in trying to define CRM, energetically re-branding everything in sight. Salesforce Automation? Nah, that was last year. This year we're calling it CRM...
As well as offering unbiased commentary to help you steer through the maze of software and solutions on offer from the IT vendor community, Sterne takes you step by step through the basics, with impressive attention to detail.
The chapter on managing email, for example, is forty-five pages long and packed with examples of how to get it right (and wrong).
What makes the nuts and bolts 'how tos' in this book so compelling is the lacerating wit that Sterne uses to deal with those who get it wrong. There's a four-page evisceration of Volvo Cars, for example, for consistently failing to allow customers to email complaints about their cars through the company's website. Sterne catalogues the failures mercilessly, before concluding: "Volvo has tried to open a receptive ear to the public, but it forgot the Q-Tips".
As well as acting as a manual for developing effective email practises, the book shows you in detail the best ways of approaching now traditional customer help mechanisms like Frequently-Asked Questions (FAQs), how to let customers talk to each other to provide you with vital market knowledge, how to practise personalisation and get to know customers as individuals, and - all-importantly - how to develop measurements that allow you to translate the success of your customer service initiatives into loyalty and retention figures that the Finance Director will listen to.
If you want to learn from Jim face to face, and can make it to London this Fall, Jim will be giving two Masterclasses on 11 and 12 October 2000 on how to do this Internet customer service stuff better. (Email Phil@eCustomerServiceWorld.com for details). I was hoping to conclude with a criticism - that the built-in problem with a book like this is that it becomes redundant as soon as it is in print, as the toddler that is web customer service grows up fast to become a spotty adolescent. The past couple of months, for example, have seen a wave of 'assisted buying' software solutions break onto the market which further blur the sales/service departmental divide (a functional business divide that is everywhere in the real world but which, as Sterne shows, does not translate to the Web).
But, there are too many universal fundamentals covered in this book for that criticism to hold true. And, as hard as I tried to find examples of outdated material, this is one of those rarities, a thoroughly updated second edition of a book.


Excellent cyberspace primer to making money on-line.
A must read for all netrepreneurs and web designers
An excellent guide to make web business!!!

confessions of internet junkie, But I was able to get help from a friend . The cd was great I now can put up a great html auction and when I emailed the author he was kind enough to reply . I am not sorry i bought this book and will refer to it often.
Very Timely Material
Best Internet Auction Book

ADO.NET best practicesThis was my second ADO.NET book. After I read (and in fact reviewed) an excellent Bob Beauchemin's "Essential ADO.NET", I thought I wouldn't need another ADO.NET book. But actually I did. There are plenty of ways to solve a database task using .NET, and Shawn Wildermuth carefully guides you through alternatives, not only identifying the best approach but also explaining his reasoning. Here is a brief example: data scalability (chapter 11). Shawn explains different caching scenarios (per user, per application, per server), its drawbacks, discusses how to scale out a DataSet, and if you should duplication or segmentation. Then he gives the following advices (again, with explanations):
1. Use DataSet schema
2. User typed DataSets to create business rule layers
3. Reduce roundtrips to the database
4. Cache data early and often
5. Use the DataReader
6. Use connection factories
7. Do not hard code connection strings
This is just one example of in how this book can help .NET database developer. It helped to get cleaner understanding of .NET database interfaces and its best use.
Easy to understand and use as a referenceFrom the beginning of the book in chapter 1 it was easy to understand the ADO.NET concept. This chapter provided a very good understanding of how ADO.NET works and how technology of data access evolved into ADO.NET. Chapters 2 and 3 provided good explanations and examples of getting connected to the database and issuing SQL commands. Chapter 3 also provided good information and examples on how the result of the SQL commands. Chapter 4 gave very good insight on the DataReader and how to use most of its functionality.
Chapters 5, 6, and 7 were all about the Datasets, how to construct datasets, worth with datasets, and a new programming model the Typed Datasets. Chapter 8 provided a good explanation with excellent examples on how to update the Database and how to manage concurrency whether the Dataset is connected or disconnected. Chapter 9 explained the relationship between ADO.NET and XML. It described how well XML and ADO.NET are integrated. Chapter 10 discusses DataBinding, something I don't normally do. However, the examples were very good. Lastly chapter 11 gave some very well thought out design suggestions. --Review by Annie W.
The Definitive ADO.NET GuideThe book starts with an introduction to database connections and ends with XML Datasets and database programming best practices. Everything in between is covered with great attention paid to detail. The one thing I would have liked to see in the book was a brief introduction to database system setup. Since it is a beginner book, a brief overview would help those inexperienced, which would make the book even better.
This was one of the few programming book I have read in a long time where the code examples very clearly demonstrated the concepts being explained. Far too often, I have to sit scratching my head trying to understand code examples in books. This book is not like that at all. Shawn Wildermuth does a fantastic job making fairly complex ideas easy to understand and engaging. I found the book to be a wonderful, easy read, which left me feeling I really learned a lot.


Only book I used, and I passed!This book can be a bit confusing, so I recommend that you do all the questions in the book and also all the practice questions on the CD.
Here's what I did: the two nights before the exam, I reviewed every single chapter's pre-test as well as the chapter reviews and the questions at the end of the chapter. I also read all of the exam tips in each chapter (these are life savers for the exam). Make sure you do this!
The night before the exam I took three out of four tests from the CD. I recommend if you have the time and are confused to do all these tests and to go over them an additional time. This process will help you focus on the priorities for the exam. Best of luck on the exam!
Good Beginners BookIf you are looking for a book to give a good overview of e-commerce and some helpful hints and tricks, I highly recommend this book. The book gave a great overview about the development, maintenance, and management of an e-commerce site. After reading the book, I feel prepared to make educated decisions about selecting e-commerce software. The book did a great job with stating and explaining the important concepts. Plus, the book was an easy read.
If you are like me, and wanted to save some money and self-study instead of taking a class, I recommended this book; however, it should not solely be your only study guide. I passed the CIW e-commerce test with an 87%. I read the book, highlighted, went over all questions, and took the practice exams ever day for over a month. However, what helped me equally was going to CIW cram sites to get a better feeling for the questions. The book did not cover everything that was on the test and I don't know if I could have passed the test with just reading the book.
The book was helpful in pointing out some concepts that would be on the exam by marking sections that were of importance. The exam does not cover vendor specific products, but the book does go into detail on some products. The test questions are helpful and are similar to the exam questions.
I am glad that I have this book as a reference and had it as a study guide, but I highly recommend that if you are going to take the CIW exam, study the cram web sites as well as reading the book.
great book!available, I was pleasantly surprised with the CIW E-Commerce
Bible.
The book is well suited to self-study, it treats the material
in depth, and yet weaves in exercises and labs to keep you
interested. The labs give you a reasonably "hands-on" feel
for the material. You're expected to have a Windows 2000
Professional or Windows 98 PC on the net for the labs.
The book comes with a Boson practice exam and a CD
with various packages. My only gripe is that the three were
not as well integrated as I would have liked. The practice
exams weren't great, but after taking and passing the CIW
test, I'd have to say they are as good as the real thing.
It's important to learn the CIW exam way of thinking, which does
not necessarily match the real world.
The packages on the CD did not match what the book expected.
For example, it's not necessary to have Winzip to unzip the
E-business software on the CD, but the book believes it is.
The Apache source code package on the CD won't install,
but you can download it from apache.org. The errata sheet at
and the practice exams, I passed with 88%.


The most honest assessment of the DOT COM business situationBravo. A must read for academics and Internet industry types
Braunstein and Loveen predicted the calm.down revolution
A very important ground breaking book

More depth than most e-commerce books
Excellent E-comm Resource
A good book